DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / SourceChangeEventArgs<T> Class / GetHashCode Method

In This Topic
    GetHashCode Method (SourceChangeEventArgs<T>)
    In This Topic
    Return a hash code for this instance.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    public override int GetHashCode()

    Return Value

    A 32-bit signed integer hash code.
    See Also